home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Moscow ML 1.42 / e_mac / sys⁄param.h < prev    next >
Encoding:
Text File  |  1995-09-13  |  167 b   |  12 lines  |  [TEXT/CWIE]

  1. #ifndef _STDIO
  2. #include <stdio.h>
  3. #endif
  4.  
  5. #define MAXPATHLEN 512
  6.  
  7. #ifdef __MWERKS__
  8. #define mktemp tmpnam // for now
  9. #endif
  10.  
  11. char *e_getcwd( char *buffer, int size );
  12.